home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / pc / vtheatre.dir / 00352_Script_352 < prev    next >
Text File  |  1995-09-12  |  405b  |  22 lines

  1. global gWhatMovie,gTheHelpIsOn,gReInitGlobals
  2.  
  3. on startmovie
  4.   Arrowcursor
  5.   set gTheHelpIsOn = 0
  6.   set gWhatMovie = "VTHEATRE"
  7. end
  8.  
  9. on StopMovie
  10.   set gReInitGlobals = 1
  11.   theatreKill
  12.   unload 1, 260
  13. end
  14.  
  15. on setDirectToStage 
  16.   set countCast = 201
  17.   repeat while (countCast < 243)
  18.     set the directToStage of cast countCast = TRUE
  19.     set countCast = countCast + 1
  20.   end repeat
  21. end
  22.